projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba60ad9
)
fix tyop
author
Jonathan Blandford
<jrb@src.gnome.org>
Wed, 6 Mar 2002 19:29:08 +0000
(19:29 +0000)
committer
Jonathan Blandford
<jrb@src.gnome.org>
Wed, 6 Mar 2002 19:29:08 +0000
(19:29 +0000)
docs/reference/gtk/tree_widget.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/tree_widget.sgml
b/docs/reference/gtk/tree_widget.sgml
index 94dde8e6b7a00721a55ab1569176015b51d9e1d2..95619b1a1057bed524a9cfe3f0cd33ca7247f74c 100644
(file)
--- a/
docs/reference/gtk/tree_widget.sgml
+++ b/
docs/reference/gtk/tree_widget.sgml
@@
-64,7
+64,7
@@
enum
/* Create a model. We are using the store model for now, though we
* could use any other GtkTreeModel */
- model = gtk_tree_store_new
_with_values
(N_COLUMNS, G_TYPE_STRING);
+ model = gtk_tree_store_new (N_COLUMNS, G_TYPE_STRING);
/* custom function to fill the model with data */
populate_tree_model (model);